Compare commits

..

No commits in common. "5fa65fd4b1b3d1a64fd29ce035dbebb76cc1efa1" and "e905b24c9914a6890d2b7ab3cfe8ed6a66c7e794" have entirely different histories.

4 changed files with 1 additions and 52 deletions

View file

@ -1,10 +0,0 @@
## 0.1.0a0 (2024-11-25)
### Feat
- new package
- auto create tested
### Fix
- improve rougail.user_datas method

View file

@ -1,2 +1,2 @@
# rougail-user-data-environment # rougail environment variables manager

View file

@ -1,40 +0,0 @@
[build-system]
build-backend = "flit_core.buildapi"
requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.user_data_environment"
version = "0.1.0a0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail user_data environment"
requires-python = ">=3.8"
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Natural Language :: English",
"Natural Language :: French",
]
dependencies = [
"rougail >= 1.1,<2",
]
[project.urls]
Home = "https://forge.cloud.silique.fr/stove/rougail-user-data-environment"
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "pep440"
version_provider = "pep621"
update_changelog_on_bump = true
changelog_merge_prerelease = true

View file

@ -1,3 +1,2 @@
from .data import RougailUserDataEnvironment from .data import RougailUserDataEnvironment
RougailUserData = RougailUserDataEnvironment
__all__ = ('RougailUserDataEnvironment',) __all__ = ('RougailUserDataEnvironment',)