An amazing aquaparser-parser.
Project description
Aqua-parser
Description
...
How to use
...
System Requirements
To start the service, the following software must be installed on your working machine:
- the "make" utility
Technologies used
- service - python 3.10.2
Unique features of the service
...
Start service
make run
Pyproject config
# Раздел системы сборки
[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
[tool.flit.module]
# Имя проекта для строчки import ... если имя проетка для pip install отличается от имени для import
name = "pdfparser"
[project]
# Имя проекта на PyPI
name = "pdfparser"
authors = [
{name = "Vladimir Puzakov", email = "vppuzakov@rambler.ru"},
]
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Operating System :: OS Independent',
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development",
"Typing :: Typed",
]
# зависимости (список используемых пакетов)
dependencies = [
"flask >=2,<3",
]
# Требования к версии python
requires-python = ">=3.7.0"
dynamic = ["version", "description"]
# Ссылка на проект
[project.urls]
Source = "https://github.com/org/project/"
Issues = "https://github.com/org/project/issues"
# Необязательные-зависимости проекта
[project.optional-dependencies]
# Раздел для зависимостей тестов
test = [
"faker>=9.8,<10.0",
"pytest>=6.2,<7.0",
"pytest-clarity>=1.0,<2",
"pytest-cov>=3.0,<4",
"pytest-dotenv>=0.5.2,<1",
"pytest-mock>=3.6,<4",
"pytest-testdox>=2,<3",
]
# Раздел для зависимостей связанных с разработкой
dev = [
"mypy>=0.910,<1",
"wemake_python_styleguide>=0.15.3,<1",
]
[tool.mypy]
follow_imports = "silent"
warn_redundant_casts = true
warn_unused_ignores = true
disallow_any_generics = true
check_untyped_defs = true
no_implicit_reexport = true
[[tool.mypy.overrides]]
module = "notebook.*"
ignore_missing_imports = true
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aqua-parser-0.1.tar.gz
(6.2 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aqua-parser-0.1.tar.gz.
File metadata
- Download URL: aqua-parser-0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1c4bf617902bc58abb77077448780e131a8be1e28ba5e5525ff9442f53a5b8
|
|
| MD5 |
dad70fadf8bd94791e19c2fb1d62a681
|
|
| BLAKE2b-256 |
279c43931a3077adcb9690da98f7c3e2a62428ef6c6b889505f0b5b19c4d467b
|
File details
Details for the file aqua_parser-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aqua_parser-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66ed9c0c1362cf7c1cdc198f2232d99b0a3b37af70e3ff3ba8e2543014a85666
|
|
| MD5 |
e55b13acd45f39a417ce44329da181c0
|
|
| BLAKE2b-256 |
ed13839954338a485711109a33650f5b69bfda55b02335461f8649b3caa52218
|
File details
Details for the file aqua_parser-0.1-py3-none-any.whl.
File metadata
- Download URL: aqua_parser-0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d9a6ff96cf879ef0319d12ec265ba223137155f1ff8a2d3b9f56375815f29a9
|
|
| MD5 |
d7b64f30c43837305b47ad1df72c5026
|
|
| BLAKE2b-256 |
f845736b6ab071fa2051b0b5671eea24448fed87d016d459d6b27d5f1f0c3a0c
|