mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-10 00:20:53 +03:00
Update project title and description
This commit is contained in:
parent
489885fda9
commit
e22dd14596
10
README.rst
10
README.rst
|
@ -1,9 +1,9 @@
|
||||||
===========================================================
|
======================================================================
|
||||||
Dependency Injector - Python dependency injection framework
|
Dependency Injector --- Dependency injection microframework for Python
|
||||||
===========================================================
|
======================================================================
|
||||||
|
|
||||||
*Dependency Injector* is a Python dependency injection framework. It was
|
*Dependency Injector* is a dependency injection microframework for Python.
|
||||||
designed to be unified, developer-friendly tool that helps to implement
|
It was designed to be unified, developer-friendly tool that helps to implement
|
||||||
dependency injection pattern in formal, pretty, Pythonic way.
|
dependency injection pattern in formal, pretty, Pythonic way.
|
||||||
|
|
||||||
*Dependency Injector* framework key features are:
|
*Dependency Injector* framework key features are:
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
=============================================================
|
======================================================================
|
||||||
Dependency Injector --- Python dependency injection framework
|
Dependency Injector --- Dependency injection microframework for Python
|
||||||
=============================================================
|
======================================================================
|
||||||
|
|
||||||
.. meta::
|
.. meta::
|
||||||
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
||||||
:google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA
|
:google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA
|
||||||
:description: Dependency Injector is a Python dependency injection
|
:description: Dependency Injector is a dependency injection microframework
|
||||||
framework. It was designed to be unified, developer's
|
for Python. It was designed to be unified, developer-friendly
|
||||||
friendly tool for managing any kind of Python objects and
|
tool that helps to implement dependency injection pattern in
|
||||||
their dependencies in formal, pretty way.
|
formal, pretty, Pythonic way.
|
||||||
|
|
||||||
*Dependency Injector* is a Python dependency injection framework. It was
|
*Dependency Injector* is a dependency injection microframework for Python.
|
||||||
designed to be unified, developer-friendly tool that helps to implement
|
It was designed to be unified, developer-friendly tool that helps to implement
|
||||||
dependency injection pattern in formal, pretty, Pythonic way.
|
dependency injection pattern in formal, pretty, Pythonic way.
|
||||||
|
|
||||||
*Dependency Injector* framework key features are:
|
*Dependency Injector* framework key features are:
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ class PublishCommand(Command):
|
||||||
|
|
||||||
setup(name='dependency-injector',
|
setup(name='dependency-injector',
|
||||||
version=version,
|
version=version,
|
||||||
description='Python dependency injection framework',
|
description='Dependency injection microframework for Python',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
author='ETS Labs',
|
author='ETS Labs',
|
||||||
author_email='rmogilatov@gmail.com',
|
author_email='rmogilatov@gmail.com',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user