Skip to content

Commit adfceaa

Browse files
committed
Update features list
1 parent 81fa30f commit adfceaa

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ Features
5555
--------
5656

5757
- **Multilingual**: Supports 35 different locales.
58-
- **Extensibility**: Supports custom data providers.
58+
- **Extensibility**: Supports custom data providers and custom field handlers.
5959
- **Ease of use**: Features a simple design and clear documentation for straightforward data generation.
6060
- **Performance**: Widely recognized as the fastest data generator among Python solutions.
6161
- **Data variety**: Includes various data providers designed for different use cases.
6262
- **Schema-based generators**: Offers schema-based data generators to effortlessly produce data of any complexity.
63+
- **Intuitive**: Great editor support. Fully-typed, thus autocompletion almost everywhere.
6364

6465
Documentation
6566
-------------

docs/about.rst

+6-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ Features
77

88
The key features are:
99

10-
- **Easy**: Mimesis offers a simple design and clear documentation for easy data generation.
11-
- **Multilingual**: Mimesis can generate data in multiple languages.
10+
- **Multilingual**: Supports 35 different locales.
11+
- **Extensibility**: Supports custom data providers and custom field handlers.
12+
- **Ease of use**: Features a simple design and clear documentation for straightforward data generation.
1213
- **Performance**: Widely recognized as the fastest data generator among Python solutions.
13-
- **Data variety**: Mimesis includes various data providers for names, addresses, phone numbers, email addresses, dates, and more, catering to different use cases.
14-
- **Country-specific data**: Mimesis supports country-specific data providers for generating region-specific data.
15-
- **Extensibility**: You can extend Mimesis by creating and integrating your own data providers.
16-
- **Generic data provider**: Mimesis provides a single object that grants easy access to all available data providers in the library.
17-
- **Zero hard dependencies**: Mimesis has no hard dependencies, eliminating the need for additional third-party libraries.
18-
- **Schema-based generators**: Mimesis offers schema-based data generators to effortlessly produce data of any complexity.
14+
- **Data variety**: Includes various data providers designed for different use cases.
15+
- **Schema-based generators**: Offers schema-based data generators to effortlessly produce data of any complexity.
16+
- **Intuitive**: Great editor support. Fully-typed, thus autocompletion almost everywhere.
1917

2018
What Mimesis is?
2119
----------------

0 commit comments

Comments
 (0)