Animal Logic: Technical Challenge
Project description
Rolodex
This is my submission for Animal Logic's technical challenge. It is a simple application for managing people's contacts and addresses. Before getting started, let's go over the requirements:
The Requirements
1:
Create a repository on one of the major development platforms (i.e GitHub, Bitbucket)_
2:
Provide a CI setup that clones the repository and runs the tests of your code every time code is committed (in any branch).
3:
Write a command-line tool in python that takes some sets of personal data (name, address, phone number) and serialise them/deserialise them in at least 2 formats, and also display the data it in at least 2 different ways.
There is no need to use a GUI Framework - text output/HTML or any other human-readable format is fine.
There is no need to support manual data entry - you could provide a file in one of your chosen formats to use as input test data.
Write it in such a way that it would be easy for a developer to:
- add support for additional storage formats.
- query a list of currently supported formats.
- supply an alternative reader/writer for one of the supported formats.
Next Steps
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
Built Distribution
Hashes for my_rolodex-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f6775c952f45329f44c382efff5a9ecae063a4932dafb63527343b576f74adc |
|
MD5 | b1ea950696e208772969fc73c5ad7748 |
|
BLAKE2b-256 | a3512884aa48be4cbe872a456906c19d041a941e769b34e289d4615d40abdbec |