MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders. https://git.sr.ht/~yulqen/bcompiler-engine
  • Python 99.6%
  • Shell 0.2%
  • Makefile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-01-31 18:19:17 +00:00
.github/workflows removing poetry from workflow 2021-04-26 21:34:11 +01:00
engine Updates to 1.1.7 2024-01-31 18:19:17 +00:00
scripts fixed some stuff 2020-04-23 10:13:42 +01:00
tests Skipping failing test for now... 2023-10-13 18:12:41 +01:00
.build.yml Update versions to python3.11 and build manifest for sr.ht 2023-10-13 18:07:29 +01:00
.coveralls.yml added coveralls.yml with instructions for coverall 2020-12-22 12:28:00 +00:00
.gitignore removing poetry from workflow 2021-04-26 21:34:11 +01:00
.travis.yml removed 3.6 from tox config 2019-10-18 16:47:18 +01:00
CHANGELOG.md Updates to 1.1.7 2024-01-31 18:19:17 +00:00
LICENSE.txt added MIT 2019-07-06 15:29:19 +01:00
Makefile added Makefile rule for test that does not show log messages 2021-05-02 16:43:31 +01:00
mypy.ini big revision of typing - cleaned up 2019-07-21 12:12:43 +01:00
noxfile.py removing poetry from workflow 2021-04-26 21:34:11 +01:00
pyproject.toml Updates to 1.1.7 2024-01-31 18:19:17 +00:00
pytest.ini Revert "added sensible opts to pytest ini file" 2019-10-04 08:02:37 +01:00
README.md url fix 2022-03-13 19:54:28 +00:00
requirements.txt Update versions to python3.11 and build manifest for sr.ht 2023-10-13 18:07:29 +01:00
requirements_dev.txt Update versions to python3.11 and build manifest for sr.ht 2023-10-13 18:07:29 +01:00
ROADMAP.md updated roadmap and changelog 2021-01-14 17:22:52 +00:00
setup.cfg added setup.cfg and included in it the flake8 config 2019-07-21 12:17:53 +01:00
setup.py Upgrades to v1.1.6 2023-10-15 14:48:18 +01:00
tox.ini travis fix 2019-07-20 21:59:47 +01:00

bcompiler-engine

Tests Coverage Status

A new, faster, more efficient, more modular back end for Datamaps, and for newer tools and improved interfaces.

A library that allows for controlled extraction and insertion of data to and from spreadsheets used for collecting data. Part of a more modular overall design, bcompiler-engine focuses on speed, simplicity and data validation. It forms the primary back-end to datamaps, and will eventually have a suitable API making it easy for anyone designing an application to use the datamaps philosophy - more on that coming soon.

Highlights

  • Brand new code, developed with the benefit of several years and multiple projects of hindsight.
  • Extract data using multiple cores to do it faster.
  • Type checking and rule-setting, allowing for greater confidence in integrity of data.
  • Improved, modular design, powering a brand new interface, available soon.
  • Designed to be packaged for more general distribution.